From 1008063e1cd15257875b9db18eede710077adea5 Mon Sep 17 00:00:00 2001 From: Len Brown Date: Thu, 9 Jun 2016 15:52:05 +0200 Subject: [PATCH] mwait-idle: add KBL support KBL is similar to SKL Signed-off-by: Len Brown [Linux commit: 3ce093d4de753d6c92cc09366e29d0618a62f542] Signed-off-by: Jan Beulich Acked-by: Andrew Cooper --- xen/arch/x86/cpu/mwait-idle.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/arch/x86/cpu/mwait-idle.c b/xen/arch/x86/cpu/mwait-idle.c index d51f3fd997..fee78254e6 100644 --- a/xen/arch/x86/cpu/mwait-idle.c +++ b/xen/arch/x86/cpu/mwait-idle.c @@ -825,6 +825,8 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = { ICPU(0x56, bdw), ICPU(0x4e, skl), ICPU(0x5e, skl), + ICPU(0x8e, skl), + ICPU(0x9e, skl), ICPU(0x55, skx), ICPU(0x57, knl), {} -- 2.30.2